home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / ViePratique / MoneyMe / MoneyMe_Setup.exe / {app} / MoneyMe.exe / 0 / RCDATA / TCUSBTNFORM / TCUSBTNFORM.txt
Text File  |  2013-09-06  |  2KB  |  109 lines

  1. object CusBtnForm: TCusBtnForm
  2.   Left = 192
  3.   Top = 107
  4.   VertScrollBar.Visible = False
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'CusBtnForm'
  8.   ClientHeight = 140
  9.   ClientWidth = 248
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BtnOk: TButton
  20.     Left = 49
  21.     Top = 109
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&OK'
  25.     TabOrder = 0
  26.     OnClick = OkBitBtnClick
  27.   end
  28.   object BtnCancel: TButton
  29.     Left = 124
  30.     Top = 109
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 0
  40.     Width = 233
  41.     Height = 102
  42.     TabOrder = 2
  43.     object LblBtnCaption: TLabel
  44.       Left = 9
  45.       Top = 17
  46.       Width = 36
  47.       Height = 13
  48.       Caption = 'Caption'
  49.       FocusControl = EdtBtnCaption
  50.     end
  51.     object LblBtnHint: TLabel
  52.       Left = 26
  53.       Top = 42
  54.       Width = 19
  55.       Height = 13
  56.       Caption = 'Hint'
  57.       FocusControl = EdtBtnHint
  58.     end
  59.     object LblGlyph: TLabel
  60.       Left = 23
  61.       Top = 67
  62.       Width = 21
  63.       Height = 13
  64.       Caption = 'Icon'
  65.       FocusControl = CmBxGlyph
  66.     end
  67.     object ChkBtnVis: TCheckBox
  68.       Left = 129
  69.       Top = 38
  70.       Width = 99
  71.       Height = 17
  72.       Caption = 'Visible'
  73.       TabOrder = 0
  74.     end
  75.     object ChkBtnShowCap: TCheckBox
  76.       Left = 129
  77.       Top = 17
  78.       Width = 100
  79.       Height = 17
  80.       Caption = 'Show Captions'
  81.       TabOrder = 1
  82.     end
  83.     object EdtBtnHint: TEdit
  84.       Left = 50
  85.       Top = 38
  86.       Width = 73
  87.       Height = 21
  88.       TabOrder = 2
  89.     end
  90.     object EdtBtnCaption: TEdit
  91.       Left = 50
  92.       Top = 14
  93.       Width = 73
  94.       Height = 21
  95.       TabOrder = 3
  96.     end
  97.     object CmBxGlyph: TComboBox
  98.       Left = 50
  99.       Top = 62
  100.       Width = 74
  101.       Height = 19
  102.       Style = csOwnerDrawFixed
  103.       ItemHeight = 13
  104.       TabOrder = 4
  105.       OnDrawItem = CmBxGlyphDrawItem
  106.     end
  107.   end
  108. end
  109.